internal/runtime/maps.table.tombstones (method)

3 uses

	internal/runtime/maps (current package)
		table.go#L489: func (t *table) tombstones() uint16 {
		table_debug.go#L72: 	if deleted != t.tombstones() {
		table_debug.go#L73: 		print("invariant failed: found ", deleted, " tombstones, but expected ", t.tombstones(), "\n")